home *** CD-ROM | disk | FTP | other *** search
/ Uru - Ages Beyond Myst Bonus / Uru - Ages Beyond Myst Bonus CD.iso / mof.dxr / 00002_video.swf / scripts / DefineButton2_58 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2003-10-09  |  267 b   |  13 lines

  1. on(press){
  2.    RWD_state = 1;
  3.    FWD_state = 0;
  4.    Play_state = 0;
  5.    Pause_state = 0;
  6.    oB_pause_lum._visible = 0;
  7.    oB_RWD_lum._visible = 1;
  8.    oB_FWD_lum._visible = 0;
  9.    oB_play_lum._visible = 0;
  10.    oB_stop_lum._visible = 0;
  11.    lingo_Video("RWD");
  12. }
  13.